rockchip: Turn off CONFIG_SPL_LED for firefly
authorSjoerd Simons <[email protected]>
Sun, 30 Aug 2015 22:55:47 +0000 (16:55 -0600)
committerSimon Glass <[email protected]>
Thu, 3 Sep 2015 03:28:25 +0000 (21:28 -0600)
With LED support enabled the SPL easily goes over the size limit (e.g.
with both Debians gcc 4.9 and 5.2 cross-compilers). Turn off LED support
in the SPL to reduce the size just enough for those compilers.

Signed-off-by: Sjoerd Simons <[email protected]>
Tweaked commit subject to remove _SUPPORT
Signed-off-by: Simon Glass <[email protected]>
configs/firefly-rk3288_defconfig

index 2411957962d85d02b9c7efc06a40ddc2587cb326..5fe90b528536b3ae8848746aec7edef7d3920bbf 100644 (file)
@@ -17,7 +17,6 @@ CONFIG_REGMAP=y
 CONFIG_SYSCON=y
 CONFIG_RESET=y
 CONFIG_LED=y
-CONFIG_SPL_LED=y
 CONFIG_LED_GPIO=y
 CONFIG_DEBUG_UART=y
 CONFIG_DEBUG_UART_BASE=0xff690000